home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / pc / explorer / function.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1997-07-22  |  226 b   |  14 lines

  1. on mouseUp
  2.   set the cursor of sprite 7 to 0
  3.   set the cursor of sprite 8 to 0
  4.   set the cursor of sprite 9 to 0
  5.   puppetSprite(10, 0)
  6.   puppetSprite(11, 0)
  7.   puppetSprite(12, 0)
  8.   go("Def2a")
  9. end
  10.  
  11. on mouseDown
  12.   button()
  13. end
  14.